projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5680faa
)
* doc/lispref/searching.texi (Regexp Special): Tweak wording
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 14 Aug 2020 14:03:50 +0000
(10:03 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 14 Aug 2020 14:03:50 +0000
(10:03 -0400)
doc/lispref/searching.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/searching.texi
b/doc/lispref/searching.texi
index c8a12bdd66b7b67b7bc334cc947cada069f298c9..b6242c539b70fbc2b8c62c3d272438d8e994dfee 100644
(file)
--- a/
doc/lispref/searching.texi
+++ b/
doc/lispref/searching.texi
@@
-342,7
+342,7
@@
this choice, the rest of the regexp matches successfully.
long time, if they lead to ambiguous matching. For
example, trying to match the regular expression @samp{\(x+y*\)*a}
against the string @samp{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz} could
-take hours before it ultimately fails. Emacs m
ust
try each way of
+take hours before it ultimately fails. Emacs m
ay
try each way of
grouping the @samp{x}s before concluding that none of them can work.
In general, avoid expressions that can match the same string in
multiple ways.